.fl {
  float: left; }

.fr {
  float: right; }

.clear {
  clear: both; }

.hide {
  display: none; }

.show {
  display: block; }

.layui-container {
  padding: 0px; }

.layui-fluid {
  padding: 0px; }

.big-show {
  display: block; }

.big-hide {
  display: none; }

.img {
  width: 100%;
  height: auto;
  overflow: hidden; }
  .img img {
    width: 100%;
    height: auto;
    transition: all 0.6s; }
    .img img:hover {
      transform: scale(1.1); }

ul li:hover img {
  transition: all 0.6s;
  transform: scale(1.1); }

.plant-item .li:hover img {
  transition: all 0.6s;
  transform: scale(1.1); }

.cover {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0px;
  top: 0px; }

@media only screen and (max-width: 750px) {
  .big-show {
    display: none; }

  .big-hide {
    display: block; } }

/*# sourceMappingURL=base.css.map */
